home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / dbexport / _setup.1 / test.mdb / Publishers.json < prev   
Encoding:
JavaScript Object Notation  |  1997-09-27  |  2.1 KB

  1. {
  2.     "schema": {
  3.         "PublisherID": "Long Integer",
  4.         "Name": "Text (50)",
  5.         "Address": "Text (50)",
  6.         "City": "Text (50)",
  7.         "ProvState": "Text (2)",
  8.         "PCodeZip": "Text (20)",
  9.         "YTDBuy": "Currency",
  10.         "FileOpenDate": "DateTime",
  11.         "TimeStamp": "DateTime"
  12.     },
  13.     "data": [
  14.         {
  15.             "PublisherID": 1,
  16.             "Name": "Great Book Company",
  17.             "Address": "38 Parkside Dr.",
  18.             "City": "New York",
  19.             "ProvState": "NY",
  20.             "PCodeZip": "210001",
  21.             "YTDBuy": 10123,
  22.             "FileOpenDate": "01/22/95 00:00:00",
  23.             "TimeStamp": "11/10/95 11:28:14"
  24.         },
  25.         {
  26.             "PublisherID": 2,
  27.             "Name": "U-Write Books",
  28.             "Address": "710 Dorval Drive, Suite 202",
  29.             "City": "Oakville",
  30.             "ProvState": "ON",
  31.             "PCodeZip": "L6K 3V7",
  32.             "YTDBuy": 34,
  33.             "FileOpenDate": "10/13/95 00:00:00",
  34.             "TimeStamp": "11/09/95 13:56:16"
  35.         },
  36.         {
  37.             "PublisherID": 3,
  38.             "Name": "University of Carleton Press",
  39.             "Address": "12 Yates St.",
  40.             "City": "New York",
  41.             "ProvState": "NY",
  42.             "PCodeZip": "203412",
  43.             "YTDBuy": 34765.21,
  44.             "FileOpenDate": "07/20/95 00:00:00",
  45.             "TimeStamp": "11/09/95 13:56:16"
  46.         },
  47.         {
  48.             "PublisherID": 4,
  49.             "Name": "Rel Dey",
  50.             "Address": "163 Jackson Street West",
  51.             "City": "New York",
  52.             "ProvState": "NY",
  53.             "PCodeZip": "300012",
  54.             "YTDBuy": 12567.34,
  55.             "FileOpenDate": "04/28/95 00:00:00",
  56.             "TimeStamp": "11/09/95 13:56:16"
  57.         },
  58.         {
  59.             "PublisherID": 5,
  60.             "Name": "Pulp Specialties Co. Ltd.",
  61.             "Address": "5-130 Harold Ave.",
  62.             "City": "Princeton",
  63.             "ProvState": "BC",
  64.             "PCodeZip": "V0X 1W0",
  65.             "YTDBuy": 186219,
  66.             "FileOpenDate": "10/29/95 00:00:00",
  67.             "TimeStamp": "11/09/95 13:56:16"
  68.         },
  69.         {
  70.             "PublisherID": 6,
  71.             "Name": "Galaxy Publishing Company",
  72.             "Address": "1460 Oxford St. E",
  73.             "City": "London",
  74.             "ProvState": "ON",
  75.             "PCodeZip": "N5V 1W2",
  76.             "YTDBuy": 2314.1,
  77.             "FileOpenDate": "06/29/95 00:00:00",
  78.             "TimeStamp": "11/09/95 13:56:16"
  79.         },
  80.         {
  81.             "PublisherID": 7,
  82.             "Name": "Busy Hands Books",
  83.             "Address": "150 Dundurn Street South",
  84.             "City": "Hamilton",
  85.             "ProvState": "ON",
  86.             "PCodeZip": "L8P 4K3",
  87.             "YTDBuy": 8372.82,
  88.             "FileOpenDate": "07/14/95 00:00:00",
  89.             "TimeStamp": "11/09/95 13:56:16"
  90.         },
  91.         {
  92.             "PublisherID": 8,
  93.             "Name": "Kids Kreative Korner Books",
  94.             "Address": "5121 Steeles Ave. W.",
  95.             "City": "New York",
  96.             "ProvState": "NY",
  97.             "PCodeZip": "300122",
  98.             "YTDBuy": 8932,
  99.             "FileOpenDate": "01/21/95 00:00:00",
  100.             "TimeStamp": "11/09/95 13:56:16"
  101.         },
  102.         {
  103.             "PublisherID": 9,
  104.             "Name": "Nowhere Land Publishers",
  105.             "Address": "81 Barber Green Rd.",
  106.             "City": "Austin",
  107.             "ProvState": "TX",
  108.             "PCodeZip": "405966",
  109.             "YTDBuy": 800,
  110.             "FileOpenDate": "06/30/95 00:00:00",
  111.             "TimeStamp": "11/09/95 13:56:16"
  112.         }
  113.     ]
  114. }